tmp/tmp7afcsfuc/{from.md → to.md}
RENAMED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
##### `operator>` <a id="reverse.iter.op>">[[reverse.iter.op>]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
template <class Iterator1, class Iterator2>
|
| 5 |
-
constexpr bool operator>(
|
| 6 |
-
const reverse_iterator<Iterator1>& x,
|
| 7 |
-
const reverse_iterator<Iterator2>& y);
|
| 8 |
-
```
|
| 9 |
-
|
| 10 |
-
*Returns:* `x.current < y.current`.
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|